﻿.practise{
    width: 1000px;
    /* height: 182px; */
    /* background-color: rgb(185, 113, 113); */
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.pra_toTop{
    width: 100%;
    height: 45px;
    /* background-color: blueviolet; */
    font-family: '华文楷体';
    position: relative;
    flex: 0 0 100%;
}
.pra_toTop>h2{
    font-size: 28px;
    line-height: 45px;
    margin-left: 20px;
}
.pra_toTop>.line{
    width: 920px;
    height: 45px;
    border-bottom: 2px solid black;
    position: absolute;
    top: -2px;
    left:50px
}
.pra_toLeft{
    width: 1000px;
    /* height: 132px; */
    float: none;
    overflow: hidden;
}
.pra_toLeft .hat{
    height: 35px;
    width: 1000px;
    /* background-color: white; */
    font-family: '华文细黑';
    display: flex; /* 浣跨敤 Flexbox 甯冨眬 */
    align-items: center; /* 鍨傜洿灞呬腑 */
    float: left;
}

.pra_toLeft .hat span{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
}
.pra_toLeft .hat .hat_left{
    margin-right: 140px;
}
.pra_toLeft .hat .pra_position{
    margin-right: 0;
}
.pra_toLeft .hat .pra_time{
    /* margin-left: auto;
    margin-right: 95px; */
    position:absolute;
    left: 720px;
}
.pra_toLeft .circle{
    background: black;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    float: left;
    margin: 0 8px 0 0px;
}
.pra_toLeft .info{
    height: auto;
    width: 1000px;
    /* background-color: rgb(148, 136, 185); */
    text-align: left; /* 璁剧疆鏂囧瓧宸﹀榻?*/
    float: left;
}
.pra_toLeft .info span{
    margin-left: 42px;
    font-family: '华文仿宋';
    font-size: 20px;
    padding-right: 42px;
    display: inline-block; /* 浣挎枃瀛楀湪鎹㈣鍚庡乏瀵归綈 */
    line-height: 26px;
}
.pra_toLeft .info .pra_point_list{
    margin: 0 42px;
    padding: 0;
    list-style: none;
}
.pra_toLeft .info .pra_point_list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
    font-family: '华文仿宋';
    font-size: 20px;
    line-height: 26px;
}
.pra_toLeft .info .pra_point_list li:last-child{
    margin-bottom: 0;
}
.pra_toLeft .info .pra_point_list li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    transform: translateY(-50%);
}

.skillShow{
    width: 1000px;
    height: 22px;
    float: left;
}
.ski{
    height: 20px;
    border: 1px solid #61a9b1;
    background-color: #3a8fb7;
    border-radius: 10px;
    float: left;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}
.ski:hover{
    transform: translateY(-3px);
    box-shadow: 0 2px 5px 2px #77969a88;
}
.ski:nth-child(1){
    margin-left: 42px;
}
.ski>p{
    padding: 0 8px 0 8px;
    line-height: 20px;
}
